header{
    margin-top: 120px;
}

body{
    font-family: 'Open Sans', sans-serif;
}

#testimonial{
    background: #f1f1f1;
    padding: 30px 0px 30px 0px ;
    text-align: center;
    margin-top: 20px;
}

.navbar-brand,
.navbar-nav li a {
    line-height: 75px;
    height: 75px;
    padding-top: 0;
}

.navbar-custom {
    background-color: #4f9ddd;
}

.navbar-custom.nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #000000;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}

.navbar-custom .navbar-nav .nav-link {
    color: #fff;
}

/* HOVER NAV */

ul#nav-list li a{
    position: relative;
    color: #f4f4f4;
    margin: 0px 15px;
}

ul#nav-list li a:after{
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    transform: translateY(20px);        
}

ul#nav-list li a:hover:after{
    opacity:1;
    transform: translateY(15px);
}

ul#nav-list li a:hover{
    color:#fff;
}

ul#list-link a{
    font-size:14px;
    color: #f4f4f4;
    text-align: center;
}

@media (max-width: 991px) {
    ul#nav-list li a:after{
        width: 30%;
    }
}
/* END */
.container-footer{
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
}

.page-footer {
    padding-top: 20px;
    color: #fff;
    background-color: #4f9ddd;
}

.page-footer .footer-copyright{
    overflow: hidden;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    color: hsla(0,0%,100%,.8);
    background-color: rgba(51,51,51,.08);
    text-align: center;
}

.footer-titel{
    color: #f4f4f4;
    text-align: center;
}

.link-text{
    font-size:14px;
    color: #f4f4f4;
    text-align: center;
}

.img-center{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-media{
    width: 200px;
}

@media screen and (max-width: 767px){
    .img-media{
        visibility: hidden;
        width:0px;
    }
}

.img-nav{
    visibility: hidden;
    width: 0px;
}

@media screen and (max-width: 767px){
    .img-nav{
        visibility: visible;
        width:80px;
    }
}

@media screen and (max-width: 280px){
    .img-nav{
        visibility: visible;
        width:60px;
    }
    .titel-nav{
        font-size: 12px;
    }
}

.bcolor-blue{
    background-color: #4f9ddd;
}
.map{
    width: 100%;
    height: 240px;
    border: 0;
}
/* AVIO COOKIES */

.aviso-cookies {
    display: none;
    background: #fff;
    padding: 20px;
    width: calc(100% - 40px);
    max-width: 300px;
    line-height: 150%;
    border-radius: 10px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 100;
    padding-top: 60px;
    box-shadow: 0px 2px 20px 10px rgba(222,222,222,.25);
    text-align: center;
}

.aviso-cookies.activo {
    display: block;
}

.aviso-cookies .galleta {
    max-width: 100px;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
}

.aviso-cookies .titulo,
.aviso-cookies .parrafo {
    margin-bottom: 15px;
}

.aviso-cookies .boton {
    width: 100%;
    background: #597791;
    border: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 15px 20px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s ease all;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 14px;
}

.aviso-cookies .boton:hover {
    background: #4f9ddd;
}

.aviso-cookies .enlace {
    color: #4DBFFF;
    text-decoration: none;
    font-size: 14px;
}

.aviso-cookies .enlace:hover {
    text-decoration: underline;
}

.fondo-aviso-cookies {
    display: none;
    background: rgba(0,0,0,.20);
    position: fixed;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

.fondo-aviso-cookies.activo {
    display: block;
}

.btn-primary, .btn-primary:active, .btn-primary:visited {
    background-color: #597791 !important;
    border-color: #597791 !important;
}

.btn-primary:hover{
    background-color: #4f9ddd !important;
    border-color: #4f9ddd  !important;
}

.img-contact{
    width: 100%;
    max-width: 350px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.titel-font{
    font-family: 'Kaushan Script', cursive;
}

.titel-nav{
    font-family: 'Kaushan Script', cursive;
}

.titel-sl{
    font-size: 10px;
}

/* TEXTO SERVICIOS */

.serv-titel{
    text-align: center;
}

.serv-text{
    text-align: center;
    padding: 8px;
}

/* ACCORDION */

  
  .panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .desc-introm{
      text-align: left;
      padding: 10px;
      padding-left: 50px;
  }

